home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / borland / svgabg52.zip / TWK256.H < prev    next >
Text File  |  1991-09-28  |  795b  |  34 lines

  1. /************************************************/
  2. /*                         */
  3. /*        Tweaked 256 BGI driver defines    */
  4. /*        Copyright (c) 1991        */
  5. /*        Jordan Hargraphix Software        */
  6. /*                        */
  7. /************************************************/
  8.  
  9. #include <dos.h>
  10.  
  11. #ifndef _DAC256_
  12. #define _DAC256_
  13. typedef unsigned char DacPalette256[256][3];
  14. #endif
  15.  
  16. extern int far _Cdecl Twk256_fdriver[];
  17.  
  18. /* These are the currently supported modes */
  19. #ifndef TWK320x400x256
  20. #define    TWK320x400x256        0
  21. #define    TWK320x480x256        1
  22. #define    TWK360x480x256        2
  23. #define    TWK376x564x256        3
  24. #define    TWK400x564x256        4
  25. #define    TWK400x600x256        5
  26. #endif
  27.  
  28. #ifndef XNOR_PUT
  29. #define    XNOR_PUT    5
  30. #define NOR_PUT        6
  31. #define NAND_PUT    7
  32. #define TRANS_COPY_PUT    8    /* Doesn't work with 16-color drivers */
  33. #endif
  34.